Builder

class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.LogRecordOrBuilder

Debug output from the device.
To minimize the size of records inside the device code, if a time/source/level is not set
on the message it is assumed to be a continuation of the previously sent message.
This allows the device code to use fixed maxlen 64 byte strings for messages,
and then extend as needed by emitting multiple records.
Protobuf type meshtastic.LogRecord

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Not yet set
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard

Log levels, chosen to match python logging conventions.
string message = 1;
Link copied to clipboard

Usually based on thread name - if known
string source = 3;
Link copied to clipboard

Seconds since 1970 - or 0 for unknown/unset
fixed32 time = 2;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard

Not yet set
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
open fun getLevelValue(): Int

Not yet set
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
open fun getMessage(): String

Log levels, chosen to match python logging conventions.
string message = 1;
Link copied to clipboard
open fun getMessageBytes(): ByteString

Log levels, chosen to match python logging conventions.
string message = 1;
Link copied to clipboard
open fun getSource(): String

Usually based on thread name - if known
string source = 3;
Link copied to clipboard
open fun getSourceBytes(): ByteString

Usually based on thread name - if known
string source = 3;
Link copied to clipboard
open fun getTime(): Int

Seconds since 1970 - or 0 for unknown/unset
fixed32 time = 2;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(other: Message): MeshProtos.LogRecord.Builder
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.LogRecord.Builder
Link copied to clipboard

Not yet set
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard

Not yet set
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard

Log levels, chosen to match python logging conventions.
string message = 1;
Link copied to clipboard
open fun setMessageBytes(value: ByteString): MeshProtos.LogRecord.Builder

Log levels, chosen to match python logging conventions.
string message = 1;
Link copied to clipboard

Usually based on thread name - if known
string source = 3;
Link copied to clipboard
open fun setSourceBytes(value: ByteString): MeshProtos.LogRecord.Builder

Usually based on thread name - if known
string source = 3;
Link copied to clipboard

Seconds since 1970 - or 0 for unknown/unset
fixed32 time = 2;